home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dom102.zip / README.TXT < prev   
Text File  |  1995-04-30  |  6KB  |  167 lines

  1. ********************************************************************************
  2.  
  3.   OO    OOO   OOO  OOOO   OOO  OOOOO    OOO      OO    O   O    O    OOO  O   O
  4.  O  O   O  O    O  O     O       O      O  O    O  O   OO OO   O O    O   OO  O
  5. O    O  OOO     O  OOO   O       O      O   O  O    O  O O O  OOOOO   O   O O O
  6.  O  O   O  O    O  O     O       O      O  O    O  O   O   O  O   O   O   O  OO
  7.   OO    OOO   OO   OOOO   OOO    O      OO       OO    O   O  O   O  OOO  O   O
  8.  
  9. ********************************************************************************
  10.  
  11.  Thank you for your interest in "object domain".
  12.  
  13.  Object Domain is a object oriented design and analysis tool. It is based on the
  14.  book: "OBJECT ORIENTED ANALYSIS AND DESIGN with Applications second edition"
  15.  by Grady Booch.
  16.  
  17.  All diagrams are available in this version.
  18.  
  19.  INSTALLATION:
  20.  ------------
  21.  
  22.  To install this program just run the supplied setup program. From the program
  23.  manager select file/run  "a:\install".
  24.  
  25.  
  26.  
  27.  
  28.  SHAREWARE:
  29.  ---------
  30.  
  31.  This program is not public domain nor freeware. It is being distributed as
  32.  shareware.This means that you can evaluate this program for free for a trial
  33.  period of 30 days. Using this program after this trial period is a copyright
  34.  violation.
  35.  
  36.  Also the shareware version of this program will print a message on the bottom
  37.  and the header of printouts. Also graphics copied copy to the system clipboard
  38.  will contain the same message.
  39.  
  40.  If you register you will receive the latest version without these restrictions.
  41.  You will also receive the latest version of the software.
  42.  Registered users will also receive a 32 bit version of the program.
  43.  
  44.  See the programs help file for information on how to register
  45.  ( from the help menu on the menubar select About, in the About dialog select
  46.   Help).
  47.  
  48.  CHANGES SINCE V1.0
  49.  ------------------
  50.  
  51.  - Added a copy to clipboard command :
  52.    this command will copy the selected graphics to the system clipboard in bitmap format.
  53.  
  54.  - Added accellerator keys for most commands and tools.
  55.  
  56.  - Generating documentation from class diagrams:
  57.    This command generates a text file for a class diagram ( inheritance,instantiation
  58.    and template info)
  59.  
  60.  - fixed a bug which caused a GPF which when saved diagrams which contained
  61.    text fields longer than 256 characters where opened.
  62.    ( For Borland users : this is caused by a bug in the borland class library :
  63.      writing a string class to a persistent stream writes the length of the string
  64.      in one byte followed by the string (not truncated to 256) ==> when reading the stream
  65.      the wrong length is read ... )
  66.  
  67.  
  68.  CHANGES SINCE V1.01
  69.  -------------------
  70.  
  71.  - Bug fixes in copy cut and paste of diagrams.
  72.  
  73.  - Focus of control in interaction diagrams is optional now.
  74.  
  75.  - A menu command was added to bring the main window ( diagram list) of
  76.    the current diagram to the top.
  77.  
  78.  - A menu command was added to open the template of the current selected
  79.    item. This allows you to edit the contents of an item without switching
  80.    tools.
  81.  
  82.  - Added the possibilty to reference the same class from different diagrams.
  83.    Changes can be made from within each diagram referencing the class.
  84.  
  85.  - Added the possibility of adding multiple relations betweem different classes.
  86.    A third move "handle" is added to the realtions so you can avoid that the
  87.    multiple relations overlap.
  88.  
  89.  - The zoom icons on the toolbar now work correctly.
  90.  
  91.  - Print : fit to page option. Will fit diagrams on one page when printing.
  92.    This option will scale large diagrams when printing so they fit on a single
  93.    page.
  94.  
  95.  - Some minor bug fixes :
  96.     - code generation comment problem.
  97.         - redrawing of main diagram list window fixed.
  98.     - ...
  99.  
  100.  
  101.  KNOWN PROBLEMS :
  102.  --------------
  103.  
  104.  Typing text in diagrams which are zoomed does not work.
  105.  
  106.  When copying class diagrams or class icons which where referencing another
  107.  class the copy operation will perform a "deep" copy so the references in the
  108.  copied items will be dereferenced. So if you paste those items and you want them
  109.  to reference the original class you wil have to edit the reference.
  110.  
  111.  
  112.  KNOWN SHORTCOMMINGS :
  113.  -------------------
  114.  
  115.  - Code generation is rather simple :
  116.     Only information from the class,attribute,and operation templates is used.
  117.     Module depeendencies are only generated for dependencies between bodies and
  118.     and specification modules ( subsystem dependencies have no effect on the
  119.     generated code)
  120.  
  121.  
  122.  
  123.  REPORTING PROBLEMS, ENHANCEMENT REQUESTS:
  124.  ----------------------------------------
  125.  
  126.  - Please send me mail or email regarding problems and enhancement requests.
  127.  
  128.     For problems please send a description on how to reproduce this problem
  129.     (if possible to reproduce)
  130.  
  131.     For enhancements please specify exactly what you want and how important this
  132.     feature is to you. I don't promise the requested feature will be added in the
  133.     next version but if you don't ask....
  134.     Enhancements requested by many users will be considered first.
  135.  
  136.  
  137.     Features currently on the list for planned features:
  138.     - the known problem + shortcommings listed above
  139.  
  140.     - Reverse engineering:
  141.         ( this will also allow to keep code and diagrams up to date. )
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. HOW TO REACH ME :
  152. ----------------
  153.  
  154. mail:
  155.  
  156.  Dirk Vermeersch
  157.  1397 Ridgewood Drive
  158.  San Jose CA 95118
  159.  
  160.  email :
  161.  dirkv@netcom.com
  162.  
  163.  or compuserve ID
  164.  71202.2323
  165.  
  166.  
  167.